html {
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}

header, hgroup, nav, menu, main, section, article, summary, details, aside, figure, figcaption, footer {
  display: block;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table, th, td {
  border: 1px solid black;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: 400;
}

dl, ol, ul {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
  outline: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

textarea {
  resize: none;
  outline: none;
  font-family: Arial,Microsoft YaHei;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

button, input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
  -webkit-appearance: none;
}

button {
  -webkit-appearance: none;
}

.clear {
  clear: both;
}

body * {
  box-sizing: border-box;
  line-height: 1;
}

body {
  font-size: 14px;
}

.w1200 {
  width: 12rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}

header {
  width: 100%;
  height: 1rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.04);
}

header .h-w {
  width: 12rem;
  margin: 0 auto;
  font-size: 0;
}

header .h-w .h-logo {
  display: inline-block;
  vertical-align: middle;
  width: 0.8rem;
  height: 1rem;
  margin-right: 0.2rem;
}

header .h-w .h-logo img {
  width: 100%;
  height: 100%;
  display: block;
}

header .h-w .h-h {
  width: calc(100% - 1.25rem);
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25rem;
  text-align: right;
}

header .h-w .h-h .h-i {
  display: inline-block;
  padding: 0 0.4rem;
  position: relative;
  text-align: left;
}

header .h-w .h-h .h-i .h-j {
  display: block;
  line-height: 1rem;
  width: 100%;
  height: 100%;
  font-size: calc(12px - 0.12rem + 0.18rem);
  color: #000;
}

header .h-w .h-h .h-i .h-sub {
  display: none;
  width: 100%;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.04);
}

header .h-w .h-h .h-i .h-sub li {
  width: 100%;
  line-height: 0.4rem;
  display: block;
}

header .h-w .h-h .h-i .h-sub li a {
  text-align: center;
  color: #fff;
  display: block;
  width: 100%;
  line-height: 0.4rem;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

header .h-w .h-h .h-i .h-sub li.on {
  background: #d3000e;
}

header .h-w .h-h .h-i .h-sub li.on a {
  color: #fff;
}

header .h-w .h-h .h-i:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 0.03rem;
  background-color: #d3000e;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  display: none;
}

header .h-w .h-h .h-i.active {
  background: #d3000e;
}

header .h-w .h-h .h-i.active .h-j {
  color: #fff;
}

header .h-w .h-menu {
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  vertical-align: middle;
  background: url("../images/8.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
  display: none;
}

header .h-w .mid {
  display: inline-block;
  vertical-align: middle;
  display: none;
}

header .h-opa {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  cursor: pointer;
}

@media (max-width: 1200px) {
  header .h-w {
    width: 96%;
  }
  .w1200 {
    width: 94%;
  }
}

@media (max-width: 768px) {
  header .h-w {
    height: 100%;
    width: 96%;
    padding: 0 0.1rem;
  }
  header .h-w .h-menu {
    display: inline-block;
    vertical-align: middle;
  }
  header .h-w .h-logo {
    margin-top: 0rem;
  }
  header .h-w .mid {
    width: calc(100% - 1rem - 1rem);
    text-align: right;
    display: inline-block;
  }
  header .h-w .h-h {
    width: 60%;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #fff;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
    z-index: 1000;
    transform: translate(100%, 0);
    transition: transform .3s;
  }
  header .h-w .h-h .h-i.has-nav:after {
    content: "+";
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    background: none;
    right: 0;
    top: calc(0.5rem - 20px);
    transform: translateX(0);
    font-size: 20px;
    color: #fff;
  }
  header .h-w .h-h .h-i {
    display: block;
    width: 100%;
    padding: 0;
    background: none;
  }
  header .h-w .h-h .h-i .h-j {
    padding-left: 0.25rem;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
  header .h-w .h-h .h-i .h-sub {
    position: relative;
    width: 100%;
    top: 0rem;
    left: 0;
    transform: translateX(0);
    background: none;
  }
  header .h-w .h-h .h-i .h-sub li a {
    text-align: left;
    padding-left: 0.4rem;
    line-height: 1rem;
  }
  header .h-w .h-h .h-i.has-nav.show:after {
    content: "-";
  }
  header.menu-state .h-w .h-h {
    transform: translate(0, 0);
  }
  header.menu-state .h-opa {
    display: block;
  }
}

.banner {
  width: 100%;
  padding-top: 1rem;
}

.banner .swiper-slide {
  width: 100%;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.banner .swiper-pagination {
  left: 50%;
  bottom: 0.2rem;
  transform: translateX(-50%);
  width: auto;
  padding: 0.07rem 0.2rem;
  border-radius: 0.2rem;
  background: rgba(255, 255, 255, 0.4);
}

.banner .swiper-pagination-bullet {
  cursor: pointer;
  margin: 0 0.15rem;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  vertical-align: middle;
}

.banner .swiper-pagination-bullet-active {
  vertical-align: middle;
  width: 0.16rem;
  height: 0.16rem;
  background-image: url("../images/point.png");
  background-size: 100%;
}

.project {
  width: 100%;
  padding: 0.5rem 0;
}

.project .title {
  width: 100%;
  text-align: center;
  line-height: 1.3;
  font-size: calc(12px - 0.12rem + 0.3rem);
  color: #333;
}

.project .line {
  width: 100%;
  height: 1px;
  background: #aaaaaa;
  position: relative;
  margin: 0.2rem 0;
}

.project .line span {
  width: 1.2rem;
  background: #d3000e;
  position: absolute;
  height: 3px;
  left: 50%;
  top: -1.5px;
  transform: translateX(-50%);
}

.project .tip {
  width: 100%;
  text-align: center;
  line-height: 1.3;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #333;
  margin: 0.2rem 0;
}

.project .proswiper {
  width: 100%;
  position: relative;
}

.project .proswiper .swiper-slide {
  position: relative;
}

.project .proswiper .swiper-slide .img {
  width: 100%;
  overflow: hidden;
}

.project .proswiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.project .proswiper .swiper-slide .icon {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 0.3s;
  width: 1rem;
  height: 1rem;
}

.project .proswiper .swiper-slide .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.project .proswiper .swiper-slide .tix {
  width: 100%;
  position: absolute;
  bottom: 0;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.project .proswiper .swiper-slide:hover .icon {
  top: 46%;
}

.project .proswiper .swiper-slide:hover .img img {
  transform: scale(1.05);
}

.project .proswiper .pr {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 0.35rem;
  height: 0.7rem;
  cursor: pointer;
}

.project .proswiper .pr img {
  width: 100%;
  height: 100%;
  display: block;
}

.project .proswiper .prl {
  left: 0;
}

.project .proswiper .prr {
  right: 0;
}

.information {
  width: 100%;
  background: #f6f6f6;
  padding: 0.4rem 0 0.6rem;
}

.information .cn {
  width: 100%;
  text-align: center;
  line-height: 1.3;
  font-size: calc(12px - 0.12rem + 0.3rem);
  color: #333;
  margin-bottom: 0.15rem;
}

.information .en {
  width: 100%;
  text-align: center;
  line-height: 1.3;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #999;
  margin-bottom: 0.3rem;
}

.information .inav {
  width: 100%;
  background-image: url("../images/line.png");
  background-repeat: repeat-x;
  background-position: center;
  font-size: 0;
  text-align: center;
  margin-bottom: 0.4rem;
}

.information .inav .intem {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 0.4rem;
  text-align: center;
  color: #666;
  line-height: 0.4rem;
  border: solid 1px #dddddd;
  background: #fff;
  border-radius: 0.2rem;
  font-size: calc(12px - 0.12rem + 0.18rem);
  margin: 0 0.1rem;
  margin-bottom: 0.15rem;
  cursor: pointer;
}

.information .inav .intem a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  color: #666;
  line-height: 0.4rem;
  background: #fff;
}

.information .inav .intem.on {
  background: #d3000e;
  color: #fff;
}

.information .inav .intem.on a {
  color: #fff;
  background: #d3000e;
}

.information .inav .more {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  text-align: center;
  color: #666;
  line-height: 0.4rem;
  font-size: calc(12px - 0.12rem + 0.18rem);
  margin: 0 0.1rem;
  cursor: pointer;
  margin-bottom: 0.15rem;
}

.information .inav .more a {
  padding: 0 0.4rem;
  width: 100%;
  height: 100%;
  display: block;
  border: solid 1px #dddddd;
  background: #fff;
  border-radius: 0.2rem;
  text-align: center;
  color: #666;
  line-height: 0.4rem;
  background: #fff;
}

.information .inav .more.on a {
  color: #fff;
  background: #d3000e;
}

.information .inon {
  width: 100%;
  font-size: 0;
}

.information .inon .inotem {
  width: 100%;
  font-size: 0;
  display: none;
}

.information .inon .inotem .inl {
  width: 5.7rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5rem;
}

.information .inon .inotem .inl a {
  width: 100%;
  height: 100%;
  display: block;
}

.information .inon .inotem .inl .img {
  width: 100%;
}

.information .inon .inotem .inl .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.information .inon .inotem .inl .tip {
  width: 100%;
  font-size: 0;
  margin-top: 0.2rem;
  border-bottom: solid 1px #ddd;
}

.information .inon .inotem .inl .tip .time {
  width: 6em;
  display: inline-block;
  vertical-align: middle;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #aaa;
  margin-left: 1em;
}

.information .inon .inotem .inl .tip .ts {
  width: calc(100% - 7em);
  display: inline-block;
  vertical-align: middle;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #aaa;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.information .inon .inotem .inl .tx {
  width: 100%;
  margin-top: 0.2rem;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #aaa;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.information .inon .inotem .inl .tx .tx2 {
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #aaa;
}

.information .inon .inotem .inr {
  width: calc(100% - 5.7rem - 0.5rem);
  display: inline-block;
  vertical-align: top;
}

.information .inon .inotem .inr .inrtem {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.3rem;
}

.information .inon .inotem .inr .inrtem a {
  width: 100%;
  height: 100%;
  display: block;
}

.information .inon .inotem .inr .inrtem .num {
  width: 1em;
  display: inline-block;
  vertical-align: middle;
  font-size: calc(12px - 0.12rem + 0.8rem);
  font-weight: bold;
  color: #999;
}

.information .inon .inotem .inr .inrtem .line {
  width: 1px;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  background: #ddd;
  margin: 0 0.2rem;
}

.information .inon .inotem .inr .inrtem .ion {
  width: calc(100% - 1em - 0.2rem - 0.2rem - 1px);
  font-size: calc(12px - 0.12rem + 0.8rem);
  display: inline-block;
  vertical-align: middle;
}

.information .inon .inotem .inr .inrtem .ion .tip {
  width: 100%;
  font-size: 0;
  border-bottom: solid 1px #ddd;
}

.information .inon .inotem .inr .inrtem .ion .tip .time {
  width: 6em;
  display: inline-block;
  vertical-align: middle;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #aaa;
  margin-left: 1em;
}

.information .inon .inotem .inr .inrtem .ion .tip .ts {
  width: calc(100% - 7em);
  display: inline-block;
  vertical-align: middle;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #aaa;
}

.information .inon .inotem .inr .inrtem .ion .tx {
  width: 100%;
  margin-top: 0.1rem;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #aaa;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.information .inon .inotem .inr .inrtem .ion .tx .tx2 {
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #aaa;
}

.information .inon .inotem.on {
  display: block;
}

.Resources {
  width: 100%;
  padding: 0.5rem 0;
  background: #fff;
}

.Resources .t1 {
  width: 100%;
  text-align: center;
  line-height: 1.3;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #666;
  margin-bottom: 0.15rem;
}

.Resources .t2 {
  width: 100%;
  text-align: center;
  line-height: 1.3;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #666;
  margin-bottom: 0.15rem;
}

.Resources .Resot {
  width: 100%;
  font-size: 0;
  margin-top: 0.2rem;
}

.Resources .Resot .retom {
  width: 5.9rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: calc(100% - 5.9rem * 2);
  font-size: 0;
}

.Resources .Resot .retom .img {
  width: 3.9rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
}

.Resources .Resot .retom .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.Resources .Resot .retom .hres {
  display: inline-block;
  vertical-align: middle;
  width: 1.9rem;
  height: 1.7rem;
  padding: 0 0.2rem;
}

.Resources .Resot .retom .hres .icos {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0.08rem auto 0rem;
}

.Resources .Resot .retom .hres .icos img {
  width: 100%;
  height: 100%;
  display: block;
}

.Resources .Resot .retom .hres .cn {
  width: 100%;
  text-align: center;
  line-height: 1.3;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #fff;
  margin-bottom: 0.08rem;
}

.Resources .Resot .retom .hres .en {
  width: 100%;
  text-align: center;
  line-height: 1.3;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #fff;
}

.Resources .Resot .retom .orange {
  background: #ffa838;
}

.Resources .Resot .retom .red {
  background: #c82226;
}

.Resources .Resot .retom:nth-child(2n) {
  margin-right: 0;
}

.Show {
  width: 100%;
  height: 5rem;
  background-position: center;
  background-size: cover;
  margin-bottom: 1.4rem;
}

.Show .title {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  padding-top: 0.8rem;
  font-size: calc(12px - 0.12rem + 0.48rem);
}

.Show .absou {
  width: 100%;
  font-size: 0;
  background-color: #ffffff;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.08);
  margin-top: 1.4rem;
}

.Show .absou .img {
  width: 4rem;
  display: inline-block;
  vertical-align: middle;
}

.Show .absou .aon {
  width: calc(100% - 4rem);
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.Show .absou .aon .al {
  display: inline-block;
  vertical-align: top;
  width: 2rem;
  padding-top: 0.4rem;
}

.Show .absou .aon .al .cn {
  width: 100%;
  text-align: center;
  color: #666;
  line-height: 1.3;
  font-size: calc(12px - 0.12rem + 0.24rem);
}

.Show .absou .aon .al .en {
  width: 100%;
  text-align: center;
  color: #aaa;
  line-height: 1.3;
  font-size: calc(12px - 0.12rem + 0.24rem);
}

.Show .absou .aon .ar {
  width: calc(100% - 2rem);
  display: inline-block;
  vertical-align: top;
  padding: 0.2rem 0.2rem 0.2rem 0;
  padding-right: 0.2rem;
}

.Show .absou .aon .ar .arton {
  width: 100%;
}

.Show .absou .aon .ar .arton .artem {
  width: 100%;
  display: none;
}

.Show .absou .aon .ar .arton .artem .tx {
  width: 100%;
  margin-top: 0.2rem;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #666;
  height: 4.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.Show .absou .aon .ar .arton .artem .tx .tx3 {
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #666;
}

.Show .absou .aon .ar .arton .artem .more {
  width: 0.5rem;
  height: 0.3rem;
  margin-top: 0.1rem;
}

.Show .absou .aon .ar .arton .artem .more img {
  width: 100%;
  height: 100%;
  display: block;
}

.Show .absou .aon .ar .arton .artem .more a {
  width: 100%;
  height: 100%;
  display: block;
}

.Show .absou .aon .ar .arton .artem.on {
  display: block;
}

.Show .absou .aon .ar .change {
  width: 100%;
  font-size: 0;
  margin-top: 0.2rem;
}

.Show .absou .aon .ar .change .chtem {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
  font-size: 0;
  cursor: pointer;
}

.Show .absou .aon .ar .change .chtem .icon {
  width: 0.64rem;
  height: 0.64rem;
  display: inline-block;
  vertical-align: middle;
}

.Show .absou .aon .ar .change .chtem .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.Show .absou .aon .ar .change .chtem .icon img:first-child {
  display: block;
}

.Show .absou .aon .ar .change .chtem .icon img:last-child {
  display: none;
}

.Show .absou .aon .ar .change .chtem .con {
  width: calc(100% - 0.84rem);
  margin-left: 0.2rem;
  display: inline-block;
  vertical-align: middle;
}

.Show .absou .aon .ar .change .chtem .con .cn {
  width: 100%;
  color: #666;
  line-height: 1.3;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.Show .absou .aon .ar .change .chtem .con .en {
  width: 100%;
  color: #aaa;
  line-height: 1.3;
  font-size: calc(12px - 0.12rem + 0.12rem);
}

.Show .absou .aon .ar .change .chtem.on .icon img:first-child {
  display: none;
}

.Show .absou .aon .ar .change .chtem.on .icon img:last-child {
  display: block;
}

.Show .absou .aon .ar .change .chtem.on .con .cn, .Show .absou .aon .ar .change .chtem.on .con .en {
  color: #cf0000;
}

@media (max-width: 768px) {
  .information .inav .intem {
    line-height: 0.6rem;
    border-radius: 0.3rem;
  }
  .information .inav .more a {
    line-height: 0.6rem;
    border-radius: 0.3rem;
  }
  .information .inon {
    width: 100%;
  }
  .information .inon .inotem .inl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .information .inon .inotem .inr {
    width: 100%;
  }
  .Resources {
    width: 100%;
  }
  .Resources .Resot {
    width: 100%;
    text-align: center;
  }
  .Resources .Resot .retom {
    width: 100%;
    margin: 0.1rem 0;
    text-align: center;
  }
  .Resources .Resot .retom .hres {
    height: auto;
    padding: 0rem 0.2rem;
  }
  .Show {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0.2rem;
  }
  .Show .title {
    font-size: calc(12px - 0.12rem + 0.3rem);
  }
  .Show .absou {
    width: 100%;
    margin-top: 0.2rem;
  }
  .Show .absou .img {
    width: 100%;
  }
  .Show .absou .img img {
    width: 100%;
    display: block;
  }
  .Show .absou .aon {
    width: 100%;
  }
  .Show .absou .aon .al {
    width: 100%;
  }
  .Show .absou .aon .ar {
    width: 100%;
    padding: 0.2rem 0.2rem;
  }
}

.nbanner {
  width: 100%;
  margin-top: 1rem;
  position: relative;
}

.nbanner .img {
  width: 100%;
}

.nbanner .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.nbanner .tips {
  position: absolute;
  z-index: 5;
  left: calc((360 / 1920) * 100%);
  top: 50%;
  transform: translateY(-50%);
}

.nbanner .tips .cn {
  color: #333;
  line-height: 1.3;
  margin-bottom: 0.05rem;
  font-size: calc(12px - 0.12rem + 0.22rem);
}

.nbanner .tips .en {
  color: #000;
  line-height: 1.3;
  font-weight: bold;
  font-size: calc(12px - 0.12rem + 0.4rem);
}

.nbanner .tips.lx .cn, .nbanner .tips.lx .en {
  color: #fff;
}

.nbanner .tips.zp {
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .nbanner .tips .cn {
    font-size: 14px;
  }
  .nbanner .tips .en {
    font-size: 20px;
  }
}

.tabnav {
  width: 100%;
  background: #fff;
  border-bottom: solid 1px #ccc;
}

.tabnav .mnav {
  width: 8rem;
  display: inline-block;
  vertical-align: middle;
}

.tabnav .mnav .swiper-wrapper {
  justify-content: flex-end;
}

.tabnav .mnav .swiper-slide {
  width: 1.6rem;
}

.tabnav .mnav .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0.7rem;
  color: #333;
  text-align: center;
  font-size: calc(12px - 0.12rem + 0.18rem);
  position: relative;
}

.tabnav .mnav .swiper-slide a span {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  height: 2px;
  background: #d3000e;
  display: none;
}

.tabnav .mnav .swiper-slide.on a {
  color: #d3000e;
}

.tabnav .mnav .swiper-slide.on a span {
  display: block;
}

.tabnav .tnav {
  width: calc(100% - 8rem);
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.tabnav .tnav .home {
  display: inline-block;
  vertical-align: middle;
  width: 0.26rem;
  height: 0.26rem;
  margin-right: 0.08rem;
}

.tabnav .tnav .home img {
  width: 100%;
  height: 100%;
  display: block;
}

.tabnav .tnav .tnem {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 0.7rem;
}

.tabnav .tnav .tnem a {
  display: inline-block;
  color: #666;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 0.7rem;
  margin-left: 0.05rem;
}

.tabnav .tnav .tnem a span {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 0.7rem;
  margin: 0 0.05rem;
}

.tabnav .tnav .tnem:last-child a span {
  display: none;
}

@media (max-width: 1000px) {
  .tabnav .mnav {
    width: 100%;
  }
  .tabnav .mnav .swiper-wrapper {
    justify-content: flex-start;
  }
  .tabnav .mnav .swiper-slide {
    width: auto;
    padding: 0 0.2rem;
  }
  .tabnav .tnav {
    width: 100%;
    text-align: left;
  }
}

.GROUP {
  width: 100%;
  padding: 0.4rem 0;
}

.GROUP .title {
  width: 100%;
}

.GROUP .title .cn {
  width: 100%;
  text-align: center;
  margin-bottom: 0.05rem;
  color: #333;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.36rem);
}

.GROUP .title .line {
  width: 1.4rem;
  height: 2px;
  background: #ddd;
  margin: 0.15rem auto;
  position: relative;
}

.GROUP .title .line span {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.3rem;
  height: 2px;
  background: #d3000e;
}

.GROUP .title .en {
  width: 100%;
  text-align: center;
  color: #b6b6b6;
  line-height: 1.5;
  margin-top: 0.05rem;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.GROUP .gon {
  width: 100%;
  margin-top: 0.3rem;
  color: #222;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.GROUP .gon p {
  color: #222;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.16rem);
  margin: 0.2rem 0;
}

.GROUP .gon img {
  margin: 0.2rem 0;
  max-width: 100%;
}

.GROUP .hiswiper {
  width: 100%;
  position: relative;
  margin-top: 0.6rem;
  padding: 0 0.6rem;
  margin-bottom: 0.4rem;
}

.GROUP .hiswiper .swiper-slide {
  width: 100%;
  font-size: 0;
}

.GROUP .hiswiper .swiper-slide .hisl {
  width: calc(100% - 4.2rem);
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.6rem;
}

.GROUP .hiswiper .swiper-slide .hisl .year {
  color: #c81624;
  font-size: calc(12px - 0.12rem + 0.3rem);
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.15rem;
}

.GROUP .hiswiper .swiper-slide .hisl .t1 {
  color: #666;
  line-height: 1.3;
  font-size: calc(12px - 0.12rem + 0.16rem);
  margin-bottom: 0.35rem;
}

.GROUP .hiswiper .swiper-slide .hisl .t2 {
  color: #000;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.GROUP .hiswiper .swiper-slide .hisr {
  display: inline-block;
  vertical-align: middle;
  width: 4.2rem;
  overflow: hidden;
}

.GROUP .hiswiper .swiper-slide .hisr img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.GROUP .hiswiper .swiper-slide .hisr:hover img {
  transform: scale(1.1);
}

.GROUP .hiswiper .ht {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
}

.GROUP .hiswiper .ht img {
  width: 100%;
  height: 100%;
  display: block;
}

.GROUP .hiswiper .ht img:first-child {
  display: block;
}

.GROUP .hiswiper .ht img:last-child {
  display: none;
}

.GROUP .hiswiper .ht:hover img:first-child {
  display: none;
}

.GROUP .hiswiper .ht:hover img:last-child {
  display: block;
}

.GROUP .hiswiper .hl {
  left: 0rem;
}

.GROUP .hiswiper .hr {
  right: 0rem;
}

.GROUP .hisbot {
  width: 100%;
  border-top: solid  1px #d1d1d1;
  padding: 0.4rem 0;
}

.GROUP .hisbot .swiper-slide {
  border-radius: 6px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 0.3rem;
  line-height: 2;
  cursor: pointer;
  color: #999999;
  font-size: calc(12px - 0.12rem + 0.16rem);
  border: solid 1px #999;
}

.GROUP .hisbot .swiper-slide + .swiper-slide {
  margin-left: 0.3rem;
}

.GROUP .hisbot .swiper-slide.on {
  border: solid 1px #c81624;
  color: #c81624;
}

.GROUP .hisbot .swiper-slide:hover {
  border: solid 1px #c81624;
  color: #c81624;
}

@media (max-width: 768px) {
  .GROUP .hiswiper .swiper-wrapper {
    height: auto !important;
  }
  .GROUP .hiswiper .swiper-slide .hisr {
    width: 100%;
    height: auto;
  }
  .GROUP .hiswiper .swiper-slide .hisl {
    padding: 0.5rem 0;
    width: 100%;
  }
  .GROUP .hiswiper .swiper-slide .hisr:last-child {
    display: none;
  }
  .GROUP .hiswiper .ht {
    width: 0.5rem;
    height: 0.5rem;
  }
  .GROUP .hiswiper .hl {
    left: 0rem;
  }
  .GROUP .hiswiper .hr {
    right: 0rem;
  }
}

.Contact {
  width: 100%;
  padding: 0.4rem 0;
}

.Contact .title {
  width: 100%;
}

.Contact .title .cn {
  width: 100%;
  text-align: center;
  margin-bottom: 0.05rem;
  color: #333;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.36rem);
}

.Contact .title .line {
  width: 1.4rem;
  height: 2px;
  background: #ddd;
  margin: 0.15rem auto;
  position: relative;
}

.Contact .title .line span {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.3rem;
  height: 2px;
  background: #d3000e;
}

.Contact .title .en {
  width: 100%;
  text-align: center;
  color: #b6b6b6;
  line-height: 1.5;
  margin-top: 0.05rem;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.Contact .Conls {
  width: 100%;
  margin-top: 0.5rem;
}

.Contact .Conls .clist {
  width: 100%;
}

.Contact .Conls .clist .cli {
  width: 100%;
  line-height: 2;
  color: #666;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.Contact .Conls .clist .cli span {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.15rem;
}

.Contact .Conls .clist .cli span img {
  width: 100%;
  height: 100%;
  display: block;
}

.Contact .Conls .map {
  margin-top: 0.2rem;
  width: 100%;
}

.Contact .Conls .map img {
  width: 100%;
  height: 100%;
  display: block;
}

.Recruit {
  width: 100%;
  padding: 0.4rem 0;
}

.Recruit .title {
  width: 100%;
}

.Recruit .title .cn {
  width: 100%;
  text-align: center;
  margin-bottom: 0.05rem;
  color: #333;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.36rem);
}

.Recruit .title .line {
  width: 1.4rem;
  height: 2px;
  background: #ddd;
  margin: 0.15rem auto;
  position: relative;
}

.Recruit .title .line span {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.3rem;
  height: 2px;
  background: #d3000e;
}

.Recruit .title .en {
  width: 100%;
  text-align: center;
  color: #b6b6b6;
  line-height: 1.5;
  margin-top: 0.05rem;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.Recruit .reclist {
  width: 100%;
  font-size: 0;
  margin-top: 0.5rem;
}

.Recruit .reclist .rectem {
  display: inline-block;
  vertical-align: top;
  background-color: #ffffff;
  box-shadow: 0px 0px 14px 0px rgba(220, 220, 220, 0.75);
  border-radius: 0.3rem 0px 0.3rem 0px;
  padding: 0.32rem 0.2rem;
  width: 2.8rem;
  position: relative;
  top: 0;
  transition: all ease 0.3s;
  margin-right: calc((100% - 2.8rem * 4) / 3);
  margin-bottom: 0.28rem;
}

.Recruit .reclist .rectem a {
  width: 100%;
  height: 100%;
  display: block;
}

.Recruit .reclist .rectem .time {
  color: #999;
  line-height: 1.3;
  font-size: calc(12px - 0.12rem + 0.14rem);
  margin-bottom: 0.12rem;
}

.Recruit .reclist .rectem .name {
  color: #333;
  line-height: 1.3;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.Recruit .reclist .rectem .line {
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  margin: 0.2rem 0;
}

.Recruit .reclist .rectem .tip {
  color: #666;
  line-height: 1.3;
  margin-bottom: 0.15rem;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.Recruit .reclist .rectem .tx {
  width: 100%;
  margin-top: 0.2rem;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #666;
  height: 4.5em;
}

.Recruit .reclist .rectem .tx .tx3 {
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #666;
}

.Recruit .reclist .rectem .btn {
  width: 100%;
  margin-top: 0.3rem;
  font-size: 0;
  padding-bottom: 0.2rem;
}

.Recruit .reclist .rectem .btn span {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.4rem;
  text-align: center;
  width: auto;
  padding: 0 0.3rem;
  background-color: #dddddd;
  border-radius: 6px;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #333;
}

.Recruit .reclist .rectem:hover {
  top: -0.08rem;
}

.Recruit .reclist .rectem:hover .name {
  color: #d3000e;
}

.Recruit .reclist .rectem:hover .btn span {
  background: #d3000e;
  color: #fff;
}

.Recruit .reclist .rectem:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 1000px) {
  .Recruit .reclist .rectem {
    width: 32%;
    margin-right: 2%;
  }
  .Recruit .reclist .rectem:nth-child(4n) {
    margin-right: 2%;
  }
  .Recruit .reclist .rectem:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .Recruit .reclist .rectem {
    width: 48%;
    margin-right: 4%;
  }
  .Recruit .reclist .rectem:nth-child(4n) {
    margin-right: 0%;
  }
  .Recruit .reclist .rectem:nth-child(3n) {
    margin-right: 4%;
  }
  .Recruit .reclist .rectem:nth-child(2n) {
    margin-right: 0;
  }
}

.Recruit-detail {
  width: 100%;
  padding: 0.4rem 0;
}

.Recruit-detail .recl {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 2.8rem - 0.6rem);
  margin-right: 0.6rem;
}

.Recruit-detail .recl .job {
  width: 100%;
  color: #666;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.24rem);
  border-bottom: solid 1px #d3000e;
}

.Recruit-detail .recl .xip {
  width: 100%;
  font-size: 0;
  margin: 0.2rem 0;
}

.Recruit-detail .recl .xip span {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-right: 0.25rem;
  margin-bottom: 0.15rem;
  color: #999;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.Recruit-detail .recl .Requirement {
  width: 100%;
  margin: 0.2rem 0;
}

.Recruit-detail .recl .Requirement .retip {
  width: 100%;
  background: #f6f6f6;
  color: #666;
  line-height: 2;
  padding: 0 0.15rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.Recruit-detail .recl .Requirement .reqist {
  width: 100%;
  padding: 0.13rem 0.13rem;
}

.Recruit-detail .recl .Requirement .reqist .rli {
  color: #999;
  line-height: 2;
  padding: 0 0.15rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.Recruit-detail .recl .contact {
  width: 100%;
  font-size: 0;
  margin-top: 0.2rem;
}

.Recruit-detail .recl .contact a {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.4rem;
  background: #d3000e;
  text-align: center;
  margin-right: 0.3rem;
  color: #fff;
  padding: 0 0.35rem;
  margin-bottom: 0.1rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.Recruit-detail .recl .contact a b {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.15rem;
}

.Recruit-detail .recl .contact a b img {
  width: 100%;
  height: 100%;
  display: block;
}

.Recruit-detail .recl .contact span {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.1rem;
  color: #999;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.16rem);
  margin-right: 0.4rem;
}

.Recruit-detail .recr {
  width: 2.8rem;
  display: inline-block;
  vertical-align: top;
  border: solid 1px #dddddd;
  padding: 0 0.2rem;
  text-align: center;
}

.Recruit-detail .recr .tip {
  width: 100%;
  line-height: 0.5rem;
  color: #d3000e;
  font-size: calc(12px - 0.12rem + 0.16rem);
  border-bottom: solid 1px #ddd;
  margin-bottom: 0.1rem;
}

.Recruit-detail .recr .recrlist {
  width: 100%;
  padding-bottom: 0.15rem;
}

.Recruit-detail .recr .recrlist .reli {
  width: 100%;
}

.Recruit-detail .recr .recrlist .reli a {
  display: block;
  width: 100%;
  color: #999;
  line-height: 1.5;
  margin-bottom: 0.1rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.Recruit-detail .recr .recrlist .reli a:hover {
  color: #d3000e;
}

@media (max-width: 768px) {
  .Recruit-detail .recl {
    width: 100%;
  }
  .Recruit-detail .recl .contact a {
    line-height: 0.6rem;
  }
  .Recruit-detail .recl .contact span {
    line-height: 0.6rem;
  }
  .Recruit-detail .recr {
    width: 100%;
  }
}

.Projectx {
  width: 100%;
  padding: 0.4rem 0;
}

.Projectx .title {
  width: 100%;
}

.Projectx .title .cn {
  width: 100%;
  text-align: center;
  margin-bottom: 0.05rem;
  color: #333;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.36rem);
}

.Projectx .title .line {
  width: 1.4rem;
  height: 2px;
  background: #ddd;
  margin: 0.15rem auto;
  position: relative;
}

.Projectx .title .line span {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.3rem;
  height: 2px;
  background: #d3000e;
}

.Projectx .title .en {
  width: 100%;
  text-align: center;
  color: #b6b6b6;
  line-height: 1.5;
  margin-top: 0.05rem;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.Projectx .Prolist {
  width: 100%;
  margin-top: 0.5rem;
  font-size: 0;
}

.Projectx .Prolist .protop {
  width: 100%;
  font-size: 0;
}

.Projectx .Prolist .protop .probig {
  display: inline-block;
  vertical-align: top;
  width: 5.2rem;
  background-color: #ffffff;
  border-radius: 3px;
}

.Projectx .Prolist .protop .probig .img {
  width: 100%;
  height: 3.1rem;
  overflow: hidden;
}

.Projectx .Prolist .protop .probig .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.Projectx .Prolist .protop .probig .pon {
  width: 100%;
  padding: 0.22rem 0.2rem;
  font-size: 0;
  border: solid 1px #f6f6f6;
  border-top: none;
}

.Projectx .Prolist .protop .probig .pon .tip {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  color: #333;
  line-height: 2;
  margin-bottom: 0.1rem;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.Projectx .Prolist .protop .probig .pon .pol {
  width: calc(100% - 1.55rem);
  margin-right: 0.15rem;
  display: inline-block;
  vertical-align: top;
}

.Projectx .Prolist .protop .probig .pon .pol .tix {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.15rem;
}

.Projectx .Prolist .protop .probig .pon .pol .tix span {
  display: inline-block;
  vertical-align: top;
  background-color: #f6f6f6;
  border-radius: 3px;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2;
  color: #777777;
  padding: 0 0.08rem;
  margin-right: 0.1rem;
}

.Projectx .Prolist .protop .probig .pon .pol .pli {
  width: 100%;
  color: #777;
  line-height: 1.7;
  margin-bottom: 0.1rem;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.Projectx .Prolist .protop .probig .pon .pol .pli span {
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
}

.Projectx .Prolist .protop .probig .pon .pol .pli span img {
  width: 100%;
  height: 100%;
  display: block;
}

.Projectx .Prolist .protop .probig .pon .por {
  width: 1.4rem;
  display: inline-block;
  vertical-align: top;
}

.Projectx .Prolist .protop .probig .pon .por .px {
  text-align: center;
  width: 100%;
  color: #333;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.Projectx .Prolist .protop .probig .pon .por .px b {
  font-size: calc(12px - 0.12rem + 0.3rem);
  color: #d3000e;
  font-weight: normal;
}

.Projectx .Prolist .protop .probig .pon .por .px i {
  color: #d3000e;
  font-style: normal;
}

.Projectx .Prolist .protop .probig .pon .por .btn {
  width: 100%;
  margin-top: 0.3rem;
  text-align: center;
}

.Projectx .Prolist .protop .probig .pon .por .btn span {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 0.3rem;
  color: #d3000e;
  line-height: 0.4rem;
  border: solid 1px #d3000e;
  white-space: nowrap;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.Projectx .Prolist .protop .probig a {
  width: 100%;
  height: 100%;
  display: block;
}

.Projectx .Prolist .protop .probig:hover .img img {
  transform: scale(1.05);
}

.Projectx .Prolist .protop .probig:hover .pon .por .btn span {
  background: #d3000e;
  color: #fff;
}

.Projectx .Prolist .protop .prtlist {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 5.5rem);
  margin-left: 0.3rem;
  font-size: 0;
}

.Projectx .Prolist .protop .prtlist .prtem {
  display: inline-block;
  vertical-align: middle;
  width: 3.1rem;
  background-color: #ffffff;
  box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.05), 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin-bottom: 0.2rem;
  margin-right: calc(100% - 3.1rem * 2);
}

.Projectx .Prolist .protop .prtlist .prtem .img {
  width: 100%;
  height: 1.7rem;
  overflow: hidden;
  position: relative;
}

.Projectx .Prolist .protop .prtlist .prtem .img .tim {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  line-height: 0.4rem;
  padding: 0 0.1rem;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.Projectx .Prolist .protop .prtlist .prtem .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.Projectx .Prolist .protop .prtlist .prtem .pco {
  width: 100%;
  padding: 0.1rem 0.15rem;
  font-size: 0;
}

.Projectx .Prolist .protop .prtlist .prtem .pco .pcl {
  width: calc(100% - 1.1rem);
  display: inline-block;
  vertical-align: middle;
}

.Projectx .Prolist .protop .prtlist .prtem .pco .pcl .px {
  text-align: left;
  width: 100%;
  color: #333;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.Projectx .Prolist .protop .prtlist .prtem .pco .pcl .px b {
  font-size: calc(12px - 0.12rem + 0.24rem);
  color: #d3000e;
  font-weight: normal;
}

.Projectx .Prolist .protop .prtlist .prtem .pco .pcl .px i {
  color: #d3000e;
  font-style: normal;
}

.Projectx .Prolist .protop .prtlist .prtem .pco .pcl .tc {
  width: 100%;
  font-size: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.Projectx .Prolist .protop .prtlist .prtem .pco .pcl .tc span {
  display: inline-block;
  color: #777;
  line-height: 2;
  margin-right: 0.03rem;
  font-size: calc(12px - 0.12rem + 0.12rem);
}

.Projectx .Prolist .protop .prtlist .prtem .pco .pcl .tc span i {
  margin-left: 0.03rem;
}

.Projectx .Prolist .protop .prtlist .prtem .pco .pcl .tc span:last-child i {
  display: none;
}

.Projectx .Prolist .protop .prtlist .prtem .pco .pcr {
  width: 1rem;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin-left: 0.1rem;
}

.Projectx .Prolist .protop .prtlist .prtem .pco .pcr span {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: calc(12px - 0.12rem + 0.14rem);
  border: solid 1px #d3000e;
  line-height: 2.2;
  white-space: nowrap;
  color: #d3000e;
}

.Projectx .Prolist .protop .prtlist .prtem:hover .img img {
  transform: scale(1.05);
}

.Projectx .Prolist .protop .prtlist .prtem:hover .pco .pcr span {
  background: #d3000e;
  color: #fff;
}

.Projectx .Prolist .protop .prtlist .prtem:nth-child(2n) {
  margin-right: 0;
}

.Projectx .Prolist .probot {
  width: 100%;
  font-size: 0;
  margin-top: 0.1rem;
}

.Projectx .Prolist .probot .prbem {
  display: inline-block;
  vertical-align: middle;
  width: 3.8rem;
  background-color: #ffffff;
  box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.05), 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin-bottom: 0.3rem;
  margin-right: calc((100% - 3.8rem * 3) / 2);
}

.Projectx .Prolist .probot .prbem .img {
  width: 100%;
  height: 2.2rem;
  overflow: hidden;
  position: relative;
}

.Projectx .Prolist .probot .prbem .img .tim {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  line-height: 0.4rem;
  padding: 0 0.1rem;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.Projectx .Prolist .probot .prbem .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.Projectx .Prolist .probot .prbem .pco {
  width: 100%;
  padding: 0.1rem 0.15rem;
  font-size: 0;
}

.Projectx .Prolist .probot .prbem .pco .pcl {
  width: calc(100% - 1.1rem);
  display: inline-block;
  vertical-align: middle;
}

.Projectx .Prolist .probot .prbem .pco .pcl .px {
  text-align: left;
  width: 100%;
  color: #333;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.Projectx .Prolist .probot .prbem .pco .pcl .px b {
  font-size: calc(12px - 0.12rem + 0.24rem);
  color: #d3000e;
  font-weight: normal;
}

.Projectx .Prolist .probot .prbem .pco .pcl .px i {
  color: #d3000e;
  font-style: normal;
}

.Projectx .Prolist .probot .prbem .pco .pcl .tc {
  width: 100%;
  font-size: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.Projectx .Prolist .probot .prbem .pco .pcl .tc span {
  display: inline-block;
  color: #777;
  line-height: 2;
  margin-right: 0.03rem;
  font-size: calc(12px - 0.12rem + 0.12rem);
}

.Projectx .Prolist .probot .prbem .pco .pcl .tc span i {
  margin-left: 0.03rem;
}

.Projectx .Prolist .probot .prbem .pco .pcl .tc span:last-child i {
  display: none;
}

.Projectx .Prolist .probot .prbem .pco .pcr {
  width: 1rem;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin-left: 0.1rem;
}

.Projectx .Prolist .probot .prbem .pco .pcr span {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: calc(12px - 0.12rem + 0.14rem);
  border: solid 1px #d3000e;
  line-height: 2.2;
  white-space: nowrap;
  color: #d3000e;
}

.Projectx .Prolist .probot .prbem:hover .img img {
  transform: scale(1.05);
}

.Projectx .Prolist .probot .prbem:hover .pco .pcr span {
  background: #d3000e;
  color: #fff;
}

.Projectx .Prolist .probot .prbem:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .Projectx .Prolist .protop .probig {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .Projectx .Prolist .protop .probig .img {
    height: auto;
  }
  .Projectx .Prolist .protop .probig .pon .pol {
    width: calc(100% - 2.15rem);
  }
  .Projectx .Prolist .protop .probig .pon .por {
    width: 2rem;
  }
  .Projectx .Prolist .protop .prtlist {
    width: 100%;
    margin-left: 0;
  }
  .Projectx .Prolist .protop .prtlist .prtem {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.3rem;
  }
  .Projectx .Prolist .protop .prtlist .prtem .img {
    height: auto;
  }
  .Projectx .Prolist .protop .prtlist .prtem .img .tim {
    line-height: 0.6rem;
  }
  .Projectx .Prolist .protop .prtlist .prtem:nth-child(2n) {
    margin-right: 0%;
  }
  .Projectx .Prolist .probot .prbem {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.3rem;
  }
  .Projectx .Prolist .probot .prbem .img {
    height: auto;
  }
  .Projectx .Prolist .probot .prbem .img .tim {
    line-height: 0.6rem;
  }
  .Projectx .Prolist .probot .prbem:nth-child(3n) {
    margin-right: 4%;
  }
  .Projectx .Prolist .probot .prbem:nth-child(2n) {
    margin-right: 0%;
  }
}

.project-detail {
  width: 100%;
  padding: 0.4rem 0;
}

.project-detail .title {
  width: 100%;
}

.project-detail .title .cn {
  width: 100%;
  text-align: center;
  margin-bottom: 0.05rem;
  color: #333;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.36rem);
}

.project-detail .title .line {
  width: 1.4rem;
  height: 2px;
  background: #ddd;
  margin: 0.15rem auto;
  position: relative;
}

.project-detail .title .line span {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.3rem;
  height: 2px;
  background: #d3000e;
}

.project-detail .title .en {
  width: 100%;
  text-align: center;
  color: #b6b6b6;
  line-height: 1.5;
  margin-top: 0.05rem;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.project-detail .proimgs {
  width: 100%;
  font-size: 0;
  margin-top: 0.5rem;
}

.project-detail .proimgs .prolswiper {
  display: inline-block;
  vertical-align: top;
  width: 9rem;
  margin-right: 0.3rem;
  position: relative;
}

.project-detail .proimgs .prolswiper .swiper-slide {
  width: 100%;
}

.project-detail .proimgs .prolswiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.project-detail .proimgs .prolswiper .pt {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
}

.project-detail .proimgs .prolswiper .pt img {
  width: 100%;
  height: 100%;
  display: block;
}

.project-detail .proimgs .prolswiper .pt img:first-child {
  display: block;
}

.project-detail .proimgs .prolswiper .pt img:last-child {
  display: none;
}

.project-detail .proimgs .prolswiper .pt:hover img:first-child {
  display: none;
}

.project-detail .proimgs .prolswiper .pt:hover img:last-child {
  display: block;
}

.project-detail .proimgs .prolswiper .pl {
  left: 0rem;
  display: none;
}

.project-detail .proimgs .prolswiper .pr {
  right: 0rem;
  display: none;
}

.project-detail .proimgs .prorswiper {
  width: 2.7rem;
  display: inline-block;
  vertical-align: top;
}

.project-detail .proimgs .prorswiper .swiper-container {
  max-height: 4.7rem;
}

.project-detail .proimgs .prorswiper .swiper-slide {
  width: 100%;
  height: 1.5rem !important;
  box-sizing: border-box;
}

.project-detail .proimgs .prorswiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.project-detail .proimgs .prorswiper .swiper-slide.on {
  border: solid 2px #d3000e;
}

.project-detail .proimgs .prorswiper .pro {
  position: relative;
  top: -0.25rem;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  border: solid 0.25rem #999999;
  border-color: transparent transparent #999 transparent;
}

.project-detail .proimgs .prorswiper .pro:hover {
  border: solid 0.25rem #d3000e;
  border-color: transparent transparent #d3000e transparent;
}

.project-detail .proimgs .prorswiper .pro.prt {
  top: -0.1rem;
}

.project-detail .proimgs .prorswiper .pro.prb {
  transform: rotate(180deg);
  top: 0.1rem;
}

.project-detail .tipbox {
  width: 100%;
  margin: 0.5rem 0;
}

.project-detail .tipbox .tip {
  width: 100%;
  padding: 0 0.15rem;
  border-left: solid 2px #d3000e;
  color: #d3000e;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.3rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.project-detail .tipbox .tbox {
  width: 100%;
  color: #b6b6b6;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.project-detail .tipbox .tbox p {
  margin-bottom: 0.2rem;
  color: #555;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.project-detail .tipbox .map {
  width: 100%;
  margin: 0.2rem 0;
}

.project-detail .tipbox .map img {
  width: 100%;
  height: 100%;
  display: block;
}

.project-detail .tipbox .tx {
  width: 100%;
  color: #666;
  line-height: 1.5;
  margin: 0.05rem 0;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

@media (max-width: 1000px) {
  .project-detail .proimgs .prolswiper {
    width: 100%;
    margin-right: 0;
  }
  .project-detail .proimgs .prolswiper .pl {
    left: 0.1rem;
    display: block;
  }
  .project-detail .proimgs .prolswiper .pr {
    right: 0.1rem;
    display: block;
  }
  .project-detail .proimgs .prorswiper {
    display: none;
  }
}

.New {
  width: 100%;
  padding: 0.4rem 0;
}

.New .title {
  width: 100%;
}

.New .title .cn {
  width: 100%;
  text-align: center;
  margin-bottom: 0.05rem;
  color: #333;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.36rem);
}

.New .title .line {
  width: 1.4rem;
  height: 2px;
  background: #ddd;
  margin: 0.15rem auto;
  position: relative;
}

.New .title .line span {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.3rem;
  height: 2px;
  background: #d3000e;
}

.New .title .en {
  width: 100%;
  text-align: center;
  color: #b6b6b6;
  line-height: 1.5;
  margin-top: 0.05rem;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.New .Newswiper {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
}

.New .Newswiper .swiper-slide {
  width: 100%;
  font-size: 0;
  background: #f3f3f3;
}

.New .Newswiper .swiper-slide .img {
  display: inline-block;
  vertical-align: middle;
  width: 5.5rem;
}

.New .Newswiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.New .Newswiper .swiper-slide .non {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 5.5rem);
  padding: 0.3rem 0.4rem;
}

.New .Newswiper .swiper-slide .non .title {
  width: 100%;
  line-height: 1.3;
  font-size: calc(12px - 0.12rem + 0.22rem);
  color: #35322f;
}

.New .Newswiper .swiper-slide .non .tip {
  width: 100%;
  font-size: 0;
  margin: 0.2rem 0 0.2rem;
}

.New .Newswiper .swiper-slide .non .tip .rl {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-right: 0.15rem;
  line-height: 1.3;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #999;
}

.New .Newswiper .swiper-slide .non .tip .rl span {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}

.New .Newswiper .swiper-slide .non .tip .rl span img {
  width: 100%;
  height: 100%;
  display: block;
}

.New .Newswiper .swiper-slide .non .tx {
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #888;
  height: 5.4em;
  margin-bottom: 0.2rem;
}

.New .Newswiper .swiper-slide .non .tx .tx3 {
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #888;
}

.New .Newswiper .swiper-slide .non .more {
  width: 100%;
}

.New .Newswiper .swiper-slide .non .more a {
  display: inline-block;
  vertical-align: middle;
  color: #d3000e;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.New .Newswiper .swiper-slide .non .lrbtn {
  width: 100%;
  font-size: 0;
  margin-top: 0.4rem;
}

.New .Newswiper .swiper-slide .non .lrbtn .lbtn {
  width: 0.4rem;
  height: 0.4rem;
  text-align: center;
  display: inline-block;
  margin-right: 0.15rem;
  background: #bebebe;
  cursor: pointer;
}

.New .Newswiper .swiper-slide .non .lrbtn .lbtn span {
  line-height: 0.4rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #fff;
}

.New .Newswiper .swiper-slide .non .lrbtn .lbtn:hover {
  background: #d3000e;
}

.New .Newswiper .swiper-pagination {
  left: 92%;
  bottom: 0.3rem;
  width: auto;
}

.New .Newswiper .swiper-pagination-bullet-active {
  background: #d3000e;
}

.New .Newlist {
  width: 100%;
  font-size: 0;
}

.New .Newlist .newem {
  display: inline-block;
  vertical-align: middle;
  width: 3.8rem;
  margin-bottom: 0.3rem;
  margin-right: calc((100% - 3.8rem * 3)  / 2);
}

.New .Newlist .newem .img {
  width: 100%;
  height: 2.6rem;
  overflow: hidden;
}

.New .Newlist .newem .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.New .Newlist .newem .con {
  width: 100%;
  background: #f6f6f6;
  padding: 0.25rem;
}

.New .Newlist .newem .con .tip {
  width: 100%;
  color: #35322f;
  line-height: 1.3;
  margin-bottom: 0.1rem;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.New .Newlist .newem .con .tx {
  width: 100%;
  color: #999;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.14rem);
  height: 3em;
  margin-bottom: 0.1rem;
}

.New .Newlist .newem .con .tx .tx2 {
  color: #999;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.New .Newlist .newem .con .more {
  color: #666;
  line-height: 1.3;
  font-size: calc(12px - 0.12rem + 0.15rem);
}

.New .Newlist .newem:hover .img img {
  transform: scale(1.05);
}

.New .Newlist .newem:hover .con {
  background: #d3000e;
}

.New .Newlist .newem:hover .con .tip, .New .Newlist .newem:hover .con .more {
  color: #fff;
}

.New .Newlist .newem:hover .con .tx {
  color: #fff;
}

.New .Newlist .newem:hover .con .tx .tx2 {
  color: #fff;
}

.New .Newlist .newem:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .New .Newswiper .swiper-slide .img {
    width: 100%;
  }
  .New .Newswiper .swiper-slide .non {
    width: 100%;
  }
  .New .Newswiper .swiper-pagination {
    left: 84%;
    text-align: center;
  }
  .New .Newlist .newem {
    width: 48%;
    margin-right: 4%;
  }
  .New .Newlist .newem .img {
    height: auto;
  }
  .New .Newlist .newem:nth-child(3n) {
    margin-right: 4%;
  }
  .New .Newlist .newem:nth-child(2n) {
    margin-right: 0;
  }
}

.New-detail {
  width: 100%;
  padding: 0.4rem 0;
}

.New-detail .title {
  width: 100%;
  color: #000;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.New-detail .time {
  width: 100%;
  text-align: right;
  color: #666;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.New-detail .time span {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
}

.New-detail .time span img {
  width: 100%;
  height: 100%;
  display: block;
}

.New-detail .line {
  width: 100%;
  margin-top: 0.1rem;
  border-bottom: dashed 1px #e0e0e0;
}

.New-detail .neon {
  width: 100%;
  color: #666;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.New-detail .neon p {
  margin: 0.2rem 0;
  color: #666;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.New-detail .neon img {
  max-width: 100%;
  margin: 0.2rem 0;
}

.New-detail .nbot {
  width: 100%;
}

.New-detail .nbot .ntop {
  width: 100%;
  font-size: 0;
}

.New-detail .nbot .ntop .prevs {
  width: calc(100% - 1.4rem);
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.New-detail .nbot .ntop .prevs span {
  width: 4em;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.New-detail .nbot .ntop .prevs a {
  width: calc(100% - 0.2rem - 4em);
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.1rem;
  color: #454545;
  line-height: 1.5;
  position: relative;
  top: -0.02rem;
  font-size: calc(12px - 0.12rem + 0.14rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.New-detail .nbot .ntop .prevs a:hover {
  color: #d3000e;
}

.New-detail .nbot .ntop .btn {
  width: 1.4rem;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.New-detail .nbot .ntop .btn a {
  display: inline-block;
  padding: 0 0.2rem;
  background: #d3000e;
  color: #fff;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.New-detail .nbot .line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin: 0.15rem 0;
}

.New-detail .nbot .nexts {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.New-detail .nbot .nexts span {
  width: 4em;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.New-detail .nbot .nexts a {
  width: calc(100% - 0.2rem - 4em);
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.1rem;
  color: #454545;
  line-height: 1.5;
  position: relative;
  top: -0.02rem;
  font-size: calc(12px - 0.12rem + 0.14rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.New-detail .nbot .nexts a:hover {
  color: #d3000e;
}

.Address {
  width: 100%;
  padding: 0.4rem 0;
}

.Address .title {
  width: 100%;
}

.Address .title .cn {
  width: 100%;
  text-align: center;
  margin-bottom: 0.05rem;
  color: #333;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.36rem);
}

.Address .title .line {
  width: 1.4rem;
  height: 2px;
  background: #ddd;
  margin: 0.15rem auto;
  position: relative;
}

.Address .title .line span {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.3rem;
  height: 2px;
  background: #d3000e;
}

.Address .title .en {
  width: 100%;
  text-align: center;
  color: #b6b6b6;
  line-height: 1.5;
  margin-top: 0.05rem;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.Address .Addcon {
  width: 100%;
  font-size: 0;
  margin-top: 0.5rem;
}

.Address .Addcon .map {
  display: inline-block;
  vertical-align: middle;
  width: 6rem;
}

.Address .Addcon .map img {
  width: 100%;
  height: 100%;
  display: block;
}

.Address .Addcon .aon {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 6rem);
  padding: 0.25rem 0.7rem;
  padding-right: 0;
}

.Address .Addcon .aon .tip {
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 1.3;
  color: #d3000e;
  margin-bottom: 0.25rem;
}

.Address .Addcon .aon .aul {
  width: 100%;
  padding-left: 0.35rem;
}

.Address .Addcon .aon .aul .ali {
  width: 100%;
  position: relative;
}

.Address .Addcon .aon .aul .ali .icon {
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  left: -0.35rem;
  top: 0.2rem;
}

.Address .Addcon .aon .aul .ali .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.Address .Addcon .aon .aul .ali .lon {
  width: 100%;
  padding: 0.2rem 0;
  border-bottom: 1px dashed #d4d4d4;
}

.Address .Addcon .aon .aul .ali .lon .tt {
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.3;
  font-weight: bold;
  color: #333333;
}

.Address .Addcon .aon .aul .ali .lon .tb {
  margin-top: 0.1rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.3;
  color: #666;
}

.Address .Addcon .aon .aul .ali:first-child {
  border-top: 1px dashed #d4d4d4;
}

@media (max-width: 768px) {
  .Address .Addcon .map {
    width: 100%;
  }
  .Address .Addcon .aon {
    width: 100%;
    padding: 0.3rem 0rem;
  }
  .Address .Addcon .aon .aul .ali .icon {
    width: 0.28rem;
    height: 0.28rem;
  }
}

.Strategy {
  width: 100%;
  padding: 0.4rem 0;
}

.Strategy .title {
  width: 100%;
}

.Strategy .title .cn {
  width: 100%;
  text-align: center;
  margin-bottom: 0.05rem;
  color: #333;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.36rem);
}

.Strategy .title .line {
  width: 1.4rem;
  height: 2px;
  background: #ddd;
  margin: 0.15rem auto;
  position: relative;
}

.Strategy .title .line span {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.3rem;
  height: 2px;
  background: #d3000e;
}

.Strategy .title .en {
  width: 100%;
  text-align: center;
  color: #b6b6b6;
  line-height: 1.5;
  margin-top: 0.05rem;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.Strategy .son {
  width: 100%;
  margin-top: 0.5rem;
}

.Strategy .son .stx {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 5.7rem);
  padding-right: 0.6rem;
}

.Strategy .son .stx p {
  color: #666;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.16rem);
  margin: 0.2rem 0;
}

.Strategy .son .smg {
  width: 5.7rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.Strategy .son .smg .img {
  width: 100%;
  height: 100%;
  display: block;
}

.Strategy .son .smg .k {
  width: 1.33rem;
  height: 1.48rem;
  position: absolute;
  z-index: 5;
  right: -0.2rem;
  top: -0.34rem;
}

.Strategy .son .smg .k img {
  width: 100%;
  height: 100%;
  display: block;
}

.Strategy .ston {
  width: 100%;
  margin-top: 0.5rem;
  background: #f6f6f6;
  padding: 0.5rem;
}

.Strategy .ston .tip {
  color: #d3000e;
  font-weight: bold;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.24rem);
  margin-bottom: 0.25rem;
}

.Strategy .ston .stn {
  width: 100%;
}

.Strategy .ston .stn p {
  color: #666;
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.16rem);
  margin-bottom: 0.2rem;
}

@media (max-width: 768px) {
  .Strategy .son .stx {
    width: 100%;
    padding-right: 0;
  }
  .Strategy .son .smg {
    width: 100%;
  }
  .Strategy .son .smg:last-child {
    display: none;
  }
}

.Honor {
  width: 100%;
  padding: 0.4rem 0;
}

.Honor .title {
  width: 100%;
}

.Honor .title .cn {
  width: 100%;
  text-align: center;
  margin-bottom: 0.05rem;
  color: #333;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.36rem);
}

.Honor .title .line {
  width: 1.4rem;
  height: 2px;
  background: #ddd;
  margin: 0.15rem auto;
  position: relative;
}

.Honor .title .line span {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.3rem;
  height: 2px;
  background: #d3000e;
}

.Honor .title .en {
  width: 100%;
  text-align: center;
  color: #b6b6b6;
  line-height: 1.5;
  margin-top: 0.05rem;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.Honor .Honswiper {
  width: 100%;
  margin-top: 0.5rem;
  font-size: 0;
}

.Honor .Honswiper .imgx {
  width: 6rem;
  display: inline-block;
  vertical-align: middle;
}

.Honor .Honswiper .imgx img {
  width: 100%;
  height: 100%;
  display: block;
}

.Honor .Honswiper .Hswiper {
  width: calc(100% - 6rem);
  width: 6rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.Honor .Honswiper .Hswiper .swiper-slide {
  width: 100%;
  cursor: pointer;
}

.Honor .Honswiper .Hswiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.Honor .Honswiper .Hswiper .htn {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  cursor: pointer;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
}

.Honor .Honswiper .Hswiper .htn img {
  width: 100%;
  height: 100%;
  display: none;
}

.Honor .Honswiper .Hswiper .htn img:first-child {
  display: block;
}

.Honor .Honswiper .Hswiper .htn img:last-child {
  display: none;
}

.Honor .Honswiper .Hswiper .htn:hover img:first-child {
  display: none;
}

.Honor .Honswiper .Hswiper .htn:hover img:last-child {
  display: block;
}

.Honor .Honswiper .Hswiper .hl {
  left: 0.2rem;
}

.Honor .Honswiper .Hswiper .hr {
  right: 0.2rem;
}

.Honor .Hlist {
  width: 100%;
  font-size: 0;
  margin-top: 0.2rem;
}

.Honor .Hlist .Hli {
  width: 3.86rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: calc((100% - 3 * 3.86rem) / 2);
  margin-bottom: 0.2rem;
  overflow: hidden;
  height: 2.55rem;
}

.Honor .Hlist .Hli img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
  cursor: pointer;
}

.Honor .Hlist .Hli img:hover {
  transform: scale(1.1);
}

.Honor .Hlist .Hli:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .Honor .Honswiper .imgx {
    width: 100%;
  }
  .Honor .Honswiper .Hswiper {
    width: 100%;
  }
  .Honor .Hlist .Hli {
    width: 48%;
    height: auto;
    margin-right: 4%;
  }
  .Honor .Hlist .Hli:nth-child(3n) {
    margin-right: 4%;
  }
  .Honor .Hlist .Hli:nth-child(2n) {
    margin-right: 0;
  }
}

.Culture {
  width: 100%;
  padding: 0.4rem 0;
}

.Culture .title {
  width: 100%;
}

.Culture .title .cn {
  width: 100%;
  text-align: center;
  margin-bottom: 0.05rem;
  color: #333;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.36rem);
}

.Culture .title .line {
  width: 1.4rem;
  height: 2px;
  background: #ddd;
  margin: 0.15rem auto;
  position: relative;
}

.Culture .title .line span {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.3rem;
  height: 2px;
  background: #d3000e;
}

.Culture .title .en {
  width: 100%;
  text-align: center;
  color: #b6b6b6;
  line-height: 1.5;
  margin-top: 0.05rem;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.Culture .Cond {
  width: 100%;
  font-size: 0;
  margin-top: 0.4rem;
}

.Culture .Cond .text {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 6.15rem);
  position: relative;
}

.Culture .Cond .text .line {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0.1rem;
  top: 0;
  background: #d3000e;
}

.Culture .Cond .text .ton {
  width: 100%;
  overflow: auto;
  max-height: 6.4rem;
  padding-right: 0.2rem;
}

.Culture .Cond .text .ton .tes {
  width: 100%;
  position: relative;
  padding-left: 0.3rem;
  margin-bottom: 0.25rem;
}

.Culture .Cond .text .ton .tes .point {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #d3000e;
  position: absolute;
  left: calc(0.05rem + 0.5px);
  top: 0.13rem;
}

.Culture .Cond .text .ton .tes .tip {
  color: #333;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.23rem);
  transition: all ease 0.3s;
}

.Culture .Cond .text .ton .tes .tis {
  color: #666;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.23rem);
  transition: all ease 0.3s;
}

.Culture .Cond .text .ton .tes:hover .tip {
  color: #d3000e;
  font-size: calc(12px - 0.12rem + 0.26rem);
}

.Culture .Cond .text .ton .tes:hover .tis {
  color: #d3000e;
}

.Culture .Cond .imgd {
  width: 6.15rem;
  display: inline-block;
  vertical-align: top;
}

.Culture .Cond .imgd img {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 768px) {
  .Culture .Cond .text {
    width: 100%;
    margin-top: 0.5rem;
  }
  .Culture .Cond .text .ton {
    max-height: 100%;
  }
  .Culture .Cond .imgd {
    width: 100%;
  }
  .Culture .Cond .imgd:last-child {
    display: none;
  }
}

.History {
  width: 100%;
  padding: 0.4rem 0;
}

.History .title {
  width: 100%;
}

.History .title .cn {
  width: 100%;
  text-align: center;
  margin-bottom: 0.05rem;
  color: #333;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.36rem);
}

.History .title .line {
  width: 1.4rem;
  height: 2px;
  background: #ddd;
  margin: 0.15rem auto;
  position: relative;
}

.History .title .line span {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.3rem;
  height: 2px;
  background: #d3000e;
}

.History .title .en {
  width: 100%;
  text-align: center;
  color: #b6b6b6;
  line-height: 1.5;
  margin-top: 0.05rem;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.History .hisyear {
  width: 100%;
  background-color: #fff;
  background-position: center 0.65rem;
  background-repeat: repeat-x;
  position: relative;
  margin-top: 0.5rem;
}

.History .hisyear .swiper-container {
  padding-bottom: 0.7rem;
}

.History .hisyear .swiper-slide {
  cursor: pointer;
  position: relative;
}

.History .hisyear .swiper-slide .year {
  text-align: center;
  color: #a7a7a7;
  line-height: 1;
  font-size: calc(12px - 0.12rem + 0.3rem);
}

.History .hisyear .swiper-slide .point {
  width: 0.14rem;
  height: 0.14rem;
  position: absolute;
  left: 50%;
  z-index: 20;
  top: 0.65rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 3px #bbbbbb;
}

.History .hisyear .swiper-slide.on .year {
  color: #d3000e;
}

.History .hisyear .swiper-slide.on .point {
  background: #d3000e;
  border: solid 3px #fff;
}

.History .hisyear .htn {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  cursor: pointer;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 5;
  top: 0.4rem;
}

.History .hisyear .htn img {
  width: 100%;
  height: 100%;
  display: none;
}

.History .hisyear .htn img:first-child {
  display: block;
}

.History .hisyear .htn img:last-child {
  display: none;
}

.History .hisyear .htn:hover img:first-child {
  display: none;
}

.History .hisyear .htn:hover img:last-child {
  display: block;
}

.History .hisyear .hl {
  left: -0.7rem;
}

.History .hisyear .hr {
  right: -0.7rem;
}

.History .hiscon {
  width: 100%;
  margin-top: 0.4rem;
}

.History .hiscon .swiper-slide {
  width: 100%;
  font-size: 0;
}

.History .hiscon .swiper-slide .txt {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 4.8rem);
  overflow: auto;
  max-height: 3rem;
  padding-right: 0.3rem;
}

.History .hiscon .swiper-slide .txt p {
  color: #666;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.16rem);
  margin-bottom: 0.15rem;
}

.History .hiscon .swiper-slide .imgf {
  display: inline-block;
  vertical-align: top;
  width: 4.8rem;
}

.History .hiscon .swiper-slide .imgf img {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 768px) {
  .History .hisyear .hl {
    left: -0rem;
  }
  .History .hisyear .hr {
    right: -0rem;
  }
}

@media (max-width: 768px) {
  .History .hiscon .swiper-slide .txt {
    margin-top: 0.3rem;
    width: 100%;
    max-height: 100%;
    padding-right: 0;
  }
  .History .hiscon .swiper-slide .imgf {
    width: 100%;
  }
  .History .hiscon .swiper-slide .imgf:last-child {
    display: none;
  }
}

.pages {
  width: 100%;
  text-align: center;
  font-size: 0;
  padding: 0.2rem 0 0.4rem;
}

.pages .page {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 6px;
  background: #f4f4f4;
  margin: 0 0.1rem;
}

.pages .page a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0.4rem;
  text-align: center;
  font-weight: bold;
  color: #666;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.pages .page:hover {
  background: #c81624;
}

.pages .page:hover a {
  color: #fff;
}

.pages .page.on {
  background: #c81624;
}

.pages .page.on a {
  color: #fff;
}

footer {
  width: 100%;
  background: #f6f6f6;
}

footer .ftop {
  width: 100%;
  font-size: 0;
  padding: 0.25rem 0;
}

footer .ftop .flist {
  width: 1.33rem;
  display: inline-block;
  vertical-align: top;
  padding-right: 0.3rem;
}

footer .ftop .flist .tip {
  width: 100%;
  line-height: 1.3;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #666;
  margin-bottom: 0.2rem;
}

footer .ftop .flist .ful {
  width: 100%;
}

footer .ftop .flist .ful li {
  width: 100%;
}

footer .ftop .flist .ful li a {
  width: 100%;
  display: block;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #666;
}

footer .ftop .flist .ful li a:hover {
  color: #d3000e;
}

footer .ftop .conts {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.3rem;
  width: calc(100% - 1.33rem * 4 - 1.2rem - 0.2rem - 0.3rem);
}

footer .ftop .conts .tip {
  width: 100%;
  line-height: 1.3;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #cf0000;
  margin-bottom: 0.15rem;
}

footer .ftop .conts .tx {
  width: 100%;
  line-height: 1.3;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #666;
  margin-bottom: 0.08rem;
}

footer .ftop .code {
  display: inline-block;
  vertical-align: top;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.2rem img;
  margin-left-width: 100%;
  margin-left-height: 100%;
  margin-left-display: block;
}

footer .fbot {
  width: 100%;
  text-align: center;
  line-height: 0.5rem;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #999;
}

@media (max-width: 768px) {
  footer .ftop {
    width: 100%;
  }
  footer .ftop .flist {
    width: 100%;
    margin-bottom: .2rem;
  }
  footer .ftop .flist .tip {
    margin-bottom: 0.1rem;
  }
  footer .ftop .flist .ful {
    width: 100%;
  }
  footer .ftop .flist .ful li {
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
  footer .ftop .flist .ful li a {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-right: 0.15rem;
  }
  footer .ftop .conts {
    width: calc(100% - 1.4rem);
    vertical-align: middle;
    margin-right: 0.2rem;
    margin-left: 0;
  }
  footer .ftop .code {
    vertical-align: middle;
  }
  .pages .page {
    width: 0.6rem;
    height: 0.6rem;
  }
  .pages .page a {
    line-height: 0.6rem;
    font-size: 12px;
  }
}

@media (min-width: 1300px) {
  html {
    font-size: 100px;
  }
}

@media (max-width: 1300px) and (min-width: 768px) {
  html {
    font-size: calc(100vw /1300 * 100);
  }
}

@media (max-width: 768px) {
  html {
    font-size: calc(768px /1300 * 100);
  }
}
